home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / Demos / Days of Rage Demo / DORDEM.Dxr / 00170.ls < prev    next >
Encoding:
Text File  |  1996-11-15  |  355 b   |  16 lines

  1. on exitFrame
  2.   global gCDName, gSoundCast
  3.   cursor(200)
  4.   if the shiftDown = 1 then
  5.     go("pc")
  6.   else
  7.     set the mouseUpScript to "SplashToContents"
  8.     set s to gCDName & "SPLASH.AIF"
  9.     importFileInto(cast gSoundCast, s)
  10.     puppetSound(the name of cast gSoundCast)
  11.     updateStage()
  12.     set blendSteps to 20
  13.     blendOn(2, blendSteps)
  14.   end if
  15. end
  16.